Xbasic

a5_alphadao_search Function

Syntax

P a5_AlphaDAO_Search(P cn ,P a_fields ,C sqlBaseQuery [,C dialog_title [,L SingleSelect [,* PassedInOptions ]]])

Arguments

cn

Pointer

a_fields

Pointer

sqlBaseQuery

Character

dialog_title

Character

SingleSelect

Logical

PassedInOptions

*

Description

Displays a Search form to search for records in a SQL Query. Returns a dbf table that contains all records matching the search (up to a max of 100 records) and the record numbers in the found set that the user selected.